String Schema
ExternalContentRequestType Complex Type
Description
Rich content information
Namespace http://string.drv.de/xmlschema/string
Diagram
URL Element Id Element Provider Element Sequence ExternalContentRequestType Complex Type
Overview
ExternalContentRequestType
Rich content information
Sequence
Provider optional xs:string
Id optional xs:string
URL optional xs:string
Used By
ExternalContent Element
Source
<xs:complexType name="ExternalContentRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Rich content information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Provider" type="xs:string" nillable="false" minOccurs="0" />
    <xs:element name="Id" type="xs:string" nillable="false" minOccurs="0" />
    <xs:element name="URL" type="xs:string" nillable="false" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.